-
Notifications
You must be signed in to change notification settings - Fork 901
iio: dac: Add AD5413 support #2786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the warnings that caused the ci to exit with an error but were not logged
ba5d87d
to
1401608
Compare
Hi, sorry for the pr failure, I updated the checkout strategy to retry by deepening the fetch until the rebase succeeds. please see CI output, checkpatch is failing for example |
Hi @dlech, @mhennerich, @nunojsa, All feedback so far has been addressed in the latest commits. Could you kindly take a look and let me know if anything else is required for approval? Thanks! |
15694b1
to
8174327
Compare
The AD5413 is a single-channel, 14-bit DAC with programmable current or voltage output. It communicates via SPI at clock rates up to 50 MHz. The output can be configured as either voltage or current and is available on a single terminal. Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ad5413.pdf Signed-off-by: Bruce Tsao <[email protected]>
8174327
to
b224d69
Compare
Summary
This PR adds initial support for the Analog Devices AD5413, a 14-bit single-channel DAC capable of voltage and current output.
Key changes
ad5413.c
underdrivers/iio/dac/
adi,ad5413.yaml
underDocumentation/devicetree/bindings/iio/dac/
Datasheet:
https://www.analog.com/media/en/technical-documentation/data-sheets/ad5413.pdf
PR Description
necessary to understand them. List any dependencies required for this change.
any space), or simply check them after publishing the PR.
description and try to push all related PRs simultaneously.
PR Type
PR Checklist